home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / rem_acc / hsuser11.zip / HS-USER.CTL < prev    next >
Text File  |  1996-04-10  |  3KB  |  75 lines

  1. ; The HMB Board were the messages must be posted in.
  2. HMBBoard = 1
  3. ;
  4. ; The path to your NetMail (*.MSG) directory.
  5. ; If you don't want HS-USER to create a netmail with the statistics, just
  6. ; leave this option commented out.
  7. NetMailPath = F:\MAIL\NETMAIL
  8. ;
  9. ; If you want to receive a netmail only if HS-USER wrote some kind of
  10. ; message or downgraded any users, set this option to 'No'. If you
  11. ; always want to receive a netmail from HS-USER, set this option to 'Yes'
  12. WriteNetmailAlways = Yes
  13. ;
  14. ; The Name were the messages to the users must originate from.
  15. ; This Name is also used to write the Netmails to (if enabled).
  16. MessageFrom = Martijn Janssen
  17. ;
  18. ; This option specifies the file WITHOUT EXTENSION that must be posted to
  19. ; users with 30 days of subscription left. If you don't want HS-USER to
  20. ; check for users with 30 days of subscription left, just leave this
  21. ; option commented out.
  22. 30_Days_Message = F:\RA\HS-USER\30_DAYS
  23. ;
  24. ; This option specifies the file WITHOUT EXTENSION that must be posted to
  25. ; users with 7 days of subscription left. If you don't want HS-USER to
  26. ; check for users with 7 days of subscription left, just leave this
  27. ; option commented out.
  28. 7_Days_Message = F:\RA\HS-USER\7_DAYS
  29. ;
  30. ; The complete path were HS-USER can create it's LogFile.
  31. ; If you don't want HS-USER to create a LogFile, just leave this option
  32. ; commented out. The LogFile is always named HS-USER.LOG
  33. LogPath = F:\LOG
  34. ;
  35. ; DownLoadFiles is the amount of downloaded files that HS-USER sets after the
  36. ; users Subscription-Date has expired.
  37. ; If you remove this option from the CTL-File it will default to 0 (zero).
  38. DownLoadFiles = 10
  39. ;
  40. ; DownLoadKBytes is the amount of downloaded KBytes that HS-USER sets after the
  41. ; users Subscription-Date has expired.
  42. ; If you remove this option from the CTL-File it will default to 0 (zero).
  43. DownLoadKBytes = 150
  44. ;
  45. ; UpLoadFiles is the amount of uploaded files that HS-USER sets after the
  46. ; users Subscription-Date has expired.
  47. ; If you remove this option from the CTL-File it will default to 0 (zero).
  48. UpLoadFiles = 1
  49. ;
  50. ; UpLoadKBytes is the amount of uploaded KBytes that HS-USER sets after the
  51. ; users Subscription-Date has expired.
  52. ; If you remove this option from the CTL-File it will default to 0 (zero).
  53. UploadKBytes = 100
  54. ;
  55. ; Here you can enter up to 50 different security levels wich HS-USER must
  56. ; scan.
  57. ;
  58. ; Syntax:
  59. ; Change_Account = <OldSec> <NewSec> <FlagsOff> <FlagsOn> <File>
  60. ; <OldSec>   = Security Level to scan for.
  61. ; <NewSec>   = Security Level this user must have after HS-USER changed the
  62. ;              account.
  63. ; <FlagsOff> = Flags that must me turned off (Ex. A1B2C3).
  64. ; <FlagsOn>  = Flags that must me turned on (Ex. A2B3C4).
  65. ; <File>     = This file WITHOUT EXTENSION is the file that is posted to the
  66. ;              user when his/her Security Level is changed.
  67. ;
  68. Change_Account = 30 10 A1B3C5 A2A4A6 F:\RA\HS-USER\LOWSEC30
  69. Change_Account = 40 10 A1A2A3 B1C3D5 F:\RA\HS-USER\LOWSEC40
  70. Change_Account = 50 10 D3D4D5D6 C1C2C3C4C5C6C7C8 F:\RA\HS-USER\LOWSEC50
  71. Change_Account = 100 10 A1 NONE F:\RA\HS-USER\LOWSEC
  72. Change_Account = 200 10 NONE D8 F:\RA\HS-USER\LOWSEC
  73. Change_Account = 300 10 NONE NONE F:\RA\HS-USER\LOWSEC
  74.  
  75.